home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
System Booster
/
System Booster.iso
/
Archives
/
StartupTools
/
Bind_NamesII.lha
/
Macros.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-09-14
|
188 b
|
5 lines
#define FOREACHNODE(list,node,next) \
for( node = ( APTR ) ( ( ( struct List * ) ( list ) )->lh_Head ); \
( next = ( APTR ) ( ( ( struct Node * ) node )->ln_Succ ) ); \
node = next )